html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;
	border: 0;	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {	outline: 0;}
body {	color: black;background: white;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate;
	border-spacing: 0;}
caption, th, td {	text-align: left;
	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";}
blockquote, q {	quotes: "" "";}
@font-face {	font-family: FontinSans;
	src: url('Fontin_Sans.otf');}


/* BASICS */

header, footer, section, article, aside, nav {display: block;}

body {font-family: FontinSans, Arial, sans-serif;
font-size: 0.75em;
background: #effdf9;
color:#000;
text-align:justify;}

h1, h2 {font-family: Georgia, Arial, sans-serif;
font-size: 2em;
text-align: center;
font-size: 2em;
margin: 10px 10px 10px 35px;
color: #434343;
text-align: left;}

section#main-content h3{font-family: Georgia, Arial, sans-serif;
font-size: 1.7em;
color: #383F43;}

#hstrip {margin-top: -55px;background-color:rgba(230,227,214,0.9);

height:35px;z-index:500;position:absolute;
-moz-border-bottom-right-radius: 5px;
-khtml-border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-top-right-radius: 5px;
-khtml-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;}

#hstrip h2 {color:#ffffff;margin-top:-5px;
text-shadow: 2px 2px 2px #4d4d4d;font-size: 2.5em;}
article#post-694 h1 {display:none}
.wrapper {width: 968px;margin: 0 auto;}
.clear {clear: both;}
p {line-height: 1.5em;margin-bottom: 20px;}
ol, ul {list-style: inherit;line-height: 1.5em;margin: 0 0 20px 40px;}
li {margin-left: 0px;}
input[type=text], textarea {border: 1px solid #ccc;background: #fff;color: #999;padding: 5px;}
input[type=text]:hover, textarea:hover, input[type=text]:focus, textarea:focus {
border: 1px solid #aaa;background: #fff;color: #666;padding: 5px;}
h4.page-title {float: left;width: 580px;font-family: Georgia, Arial, sans-serif;
font-size: 2em;margin: 27px 0 0 10px;color: #434343;}

input[type=submit] {color: #666;border: 1px solid #CBCBCB;background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9));
background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
background: linear-gradient(top, #ffffff 0%,#e9e9e9 100%);padding: 10px 20px;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
cursor: pointer;font-size: 1.1em;}

input[type=submit]:hover {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* W3C */
text-decoration: none;
}

label {color: #666;margin: 0 10px 0px 0;}
a:link, a:visited {text-decoration: none;color: #434343;}
a:hover, a:active {text-decoration: underline;color: #000000;}

/* LAYOUT */

#main-column , #main-column-expand {float: left;width: 886px;margin-left: 20px;margin-top: 20px;background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); 
background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); 
background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); 
background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); 
background: linear-gradient(top, #ffffff 0%,#f4f4f4 100%); 
box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,0.25);
color: #666666;padding: 15px;margin-bottom: 30px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}

#full-column {float: left;width: 940px;}
#full-column h3 {font-size: 0.8em;}
aside#sidebar {float: right;width: 230px;}
aside#sidebar_contact {width: 230px;}

#slab {background: #e6e3d6;margin-left: 10px;border: 1px #adb2a9 solid;
-moz-border-bottom-right-radius: 5px;
-khtml-border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-bottom-left-radius: 5px;
-khtml-border-bottom-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
box-shadow: inset 0px -1px 0px #fff, 0px 5px 5px rgba(0,0,0,0.25);}

#homepageslab {background: #e6e3d6;border: 1px #adb2a9 solid;
-moz-border-bottom-right-radius: 5px;
-khtml-border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-bottom-left-radius: 5px;
-khtml-border-bottom-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
width: 956px;margin: 0 auto;position: relative;
left: 5px;height: 820px;box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,0.25);}


#content-column {float:left;width:900px;margin-left:-15px;margin-top: -20px;}
#checkout-realign{margin-left:15px;margin-top: 20px;}

/* HEADER */

body>header {background: #EFFDF9;color: #666666;height: 99px;padding: 10px 0 0 0;margin: 0 !important;}
body>header h1 {float: left;font-family: Arial, sans-serif;font-size: 3.2em;margin: 0px 0 0 10px;
color: #434343;position: absolute;z-index: 1;}
body>header h1 a:link, body>header h1 a:visited {text-decoration: none;color: #434343;}
body>header h1 a:hover, body>header h1 a:active {text-decoration: none;}

/* NAVIGATION */

body>header nav {float: right;font-family: 'Varela', sans-serif;}
body>header nav ul {float: left;border: #000;}

body>header nav li {display: inline-block;float: left;margin: 38px 10px 0 0;background: #7faccf;font-size: 0.8em;
border: #000;-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;
border-radius: 5px;-moz-box-shadow: 1px 2px 1px #666;
-webkit-box-shadow: 1px 2px 1px #666;
khtml-box-shadow: 1px 2px 1px #666;
box-shadow: 1px 2px 1px #666;}

body>header nav ul li a, body>header nav ul li a:link, body>header nav ul li a:visited{
font-family: 'Lucida Grande', sans-serif;font-weight: 700;
color: #f9f9f9;display: inline-block;padding: 8px 12px;
font-size: 12px;margin: 0 0 0px 0;padding-bottom: 6px;line-height: 120%;
position: relative;z-index: 2;}

body>header nav ul li.current-menu-item a, body>header nav ul li.current-menu-item a:hover{
background: #506d84;-moz-border-radius: 6px;-khtml-border-radius: 6px;
-webkit-border-radius: 6px;border-radius: 6px;}

body>header nav ul li a:hover {text-decoration: underline;}
body>header nav ul li a:active {}
body>header nav form {float: right;}
body>header nav form input[type=submit] {display: none;}

body>header nav form input[type=text], body>header nav form input[type=text]:hover, body>header nav form input[type=text]:focus {
padding: 0;font-family: 'Lucida Grande', sans-serif;font-weight: normal;
border: none;background: url('images/header-search-bg.png') no-repeat;
height: 34px;width: 110px;color: #B8D3DF;}
body>header nav form {float: right;}
body>header nav li.menu-item-990 {background: #E3A869;}

/* MAIN BANNER */

.main-banner {margin: 30px auto 10px auto;width: 930px;height: 455px; /*to accomodate thumbnails*/overflow:hidden;}
.main-banner .wrapper {padding-right: -10px;width: 750px;position: relative;}

/* == COMMENTS == */

article[id*=comment-] {margin: 15px 0;padding: 10px;border-bottom: 1px solid #ccc;}
article[id*=comment-] h4 {margin: 0;}
.alt {}
form[method=post] label {display: block;}
form[method=post] input {display: block;}
.comments-template h3 {}
.comments-template h4 {color: #aaa;height: 45px;}
img.avatar {border: 1px solid #ccc;background: #fff;padding: 3px;margin: 0 10px -12px 20px;}
.comments-template h4 {	font-size: 1.3em;}
.comments-template p {margin: 20px;}
.comments-template form {margin-left: 20px;}
p.comment-meta {color: #aaa;}
.comments-template form label{	margin: 10px 0;}
.comments-template form input{	margin: 0;}
.comments-template form input[type=submit]{	margin-bottom: 20px;}
.comments-template form textarea{	width: 80%;	margin: 0 0 20px 0;}
.comments-template a {color: #333;}
.comments-template a:hover {text-decoration: none;}

/* == SEARCH RESULTS == */

.results-list {padding-top:20px;}
.results-list ol {margin: 20px;}

/* == SIDEBAR == */

aside#sidebar {margin: -550px 0 0 0;text-align:left;float:right;}
aside#sidebar_contact {margin: -750px 0 0 0;text-align:left;float:right;}
aside ul, aside li {margin: 0;list-style: none;}

li.widget {background: #ffffff;background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); 
background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); 
background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); 
background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); 
background: linear-gradient(top, #ffffff 0%,#f4f4f4 100%); 
box-shadow: inset 0px -1px 0px #fff, 0px 5px 5px rgba(0,0,0,0.25);
color: #666666;padding: 15px;margin-bottom: 30px;
-moz-border-radius: 5px;-khtml-border-radius: 5px;
-webkit-border-radius: 5px;border-radius: 5px;margin-right: 10px;}

li.widget h3, h4 {margin: 0 0 12px 0;padding: 0 5px;font-size: 1.8em;color:#333;}
li.widget p {margin: 0px 0px 20px 5px;color: #999;}
li.widget ul {margin: 0 0 0 20px;line-height: 1.5em;}
li.widget ul a {color: #555;}
li.widget ul a:hover {text-decoration: underline;color: #222;}
li.widget ul li {list-style: square;margin: 0 0 0 10px;}

#wp-calendar caption {width: 185px; text-align: center; background: #26282A; color: #fff; border-bottom: 2px solid #e6eef7; padding: 5px 0; margin-bottom: 5px; font-weight: bold;}
#wp-calendar { border-collapse:collapse; width: 156px; text-align: center;}
#wp-calendar thead tr {}
#wp-calendar thead th {font-weight: bold; color: #6D7B84;padding: 2px 3px 2px 5px; }
#wp-calendar tbody td {padding: 2px 3px 2px 5px;}
#wp-calendar #today {color: #333;}
#wp-calendar tbody .pad { }
#wp-calendar a {padding: 2px 0; font-weight: bold;}
#wp-calendar tfoot td {padding: 3px 0}
#wp-calendar #next {text-align: right; padding-right: 10px;}
#calendar_wrap {display: block; width: 185px; padding: 0 1px 1px 0; margin: 0 0 18px 8px;}

/* == FOOTER == */

body>footer {clear: both;color: #999;padding: 1px 0 0 0;margin: 0 auto;text-shadow: 0px 1px 0px #fff;width: 960px;}
#homepageslab>footer {clear: both;color: #999;padding: 1px 0 0 0;margin: 0 auto;text-shadow: 0px 1px 0px #fff;width: 960px;}
section.copyright p {float: left;margin: 0 20px 15px 0px;}

/* == SEARCH == */

label[for=s] {	display: none;	}
.widget_search input[type=submit] {font-family:Lucida Grande, sans-serif;padding: 4px 3px 4px 3px;font-size: 12px;}
input#s{  width:120px;  height: 18px;  margin-left:6px;  padding:2px;}
.results-list ol li {margin: 0;padding: 0;list-style: none;}

/* == ELEMENTS == */

.page-content {float: left;margin-left:15px;}
.page-content li {list-style: circle;padding-top:5px;font-size:1.25em}
.page-content h2, .comments-template h3 {margin: 0 0 10px 10px;font-family: Georgia, Arial, sans-serif;
font-size: 2em;color: #434343;display: block;}
.page-content h3, .page-content h4 {font-family: Arial, sans-serif;
font-size: 1.7em;color: #383F43;display: block;margin: 0 0 10px 20px;}
.comments-template h3 {font-family: Georgia, Arial, sans-serif;
font-size: 1em;color: #383F43;display: block;margin: 0 0 10px 20px;}
.page-content h4 {font-size: 1.4em;}
.page-content h5, .page-content h6 {font-family: 'Varela', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;color: #383F43;display: block;padding: 0 0 0px 20px;margin: 0 0 0px 0;}
.page-content h4 { font-size: 1.4em;}
.page-content h5 { font-size: 1.2em;}
.page-content h6 { font-size: 1em;}
.page-content p {margin: 0 35px 20px 20px;font-size: 1.25em;}
.page-content, .post-content {color: #444;}
.hpagepost-content {color: #555;background: #ffffff;background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); 
background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); 
background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); 
background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); 
background: linear-gradient(top, #ffffff 0%,#f4f4f4 100%); 
box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,0.25);
padding:15px;-moz-border-radius: 5px;-khtml-border-radius: 5px;
-webkit-border-radius: 5px;border-radius: 5px;margin-top:10px;
width:278px;height: 260px;}
.hpagepost-content h3{font-family: Georgia, Arial, sans-serif;font-size: 1.7em;color: #383F43;margin-left:10px;}
section.post-content {display: block;}
section.post-content p {text-align:justify;padding:5px;margin-left:0 auto;}
section.hpagepost-content p {text-align:justify;padding:5px;margin-left:0 auto;}

.page-template-homepage-php section/-content {display: block;}

section.post-content header img {float: left;border: 1px solid #cbcbcb;padding: 3px;background: #fff;margin-right: 20px;}
blockquote {color: #666;font-size: 1.2em;font-style: italic;}
.blog-post {float: left;margin: 0 5px 0 20px;}
.page-template-homepage-php .blog-post {width: 30%;float: left;margin: 0 5px 0 20px;}
.standard-page {margin: 20px 0 30px 0;}
section.post-meta {color: #999;margin: 0 0 10px -10px;}
.blog-post h2, .blog-post h3 a {font-family: Georgia, Arial, sans-serif;
font-size: 2.2em;color: #434343;display: block;margin: 10px 0 0 -10px;}
.post-tags {margin-top: 10px;}
.post-tags a {display: inline-block;background: #ccc;color: #333;
-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
padding: 0 8px;margin: 0 3px;}
.post-tags a:hover {background: #bbb;color: #222;text-decoration: none;}
img.alignleft {float: left;margin: 10px 20px 0 0;border: 1px solid #ccc;
padding: 3px;background: #fff;}
ol.wp-paginate {text-align: center;font-size: 1.2em;}
ol.wp-paginate li {margin: 0;}
ol.wp-paginate a {-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
border: none;background: none;}
ol.wp-paginate li .current{-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
border: none;background: #333;color: #fff;}

/* == MISC == */

.page-content img {	border: 1px solid #cbcbcb;	padding: 3px;	background: #fff;}
.alignright {	float: right;	margin: 10px 0 10px 20px;}
.alignleft {	float: right;	margin: 10px 20px 10px 10px;}
#fontresize {width: 40px;position: relative;margin-top: -40px;margin-left: 825px;border-bottom: 1px dashed #CBCBCB;}
.slideshow-wrapper {float:right;width:265px;background: #d2e5b7;border-top:1px #e0e0e0 solid;margin-right: 50px;
box-shadow: inset 0px -1px 0px #fff, 0px 5px 5px rgba(0,0,0,0.25);
color: #777;-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;
z-index: 1;}
.portfolio-slideshow {    z-index: 0 !important;	margin-left: 25px !important;	margin-right: auto !important;background:#fff}
 div.slideshow-wrapper {    margin:0 35px 10px 25px;	background:#fff;}
div.slideshow-nav{        padding: 10px 0;}
.gallery .gallery-item {	float: left;	margin-left: -10px;	text-align: center;	width: 33%;}
body .gform_wrapper .gf_progressbar_wrapper {width: 95%}
#pagebody-wrapper {width: 675px;}
#pagebody-singlewrapper {width: 865px;margin-left:25px;}

/* == Store Styles == */

.clear{clear:both}
.nobr{white-space:nowrap}
.info{background:#F7F5C6;padding:10px 20px;border:1px solid #EEEAC1;color:#747165;box-shadow:inset 0 0 0 1px #ffc;-webkit-box-shadow:inset 0 0 0 1px #ffc;-moz-box-shadow:inset 0 0 0 1px #ffc}
.info a{color:#93864E}
div.jigoshop_error,div.jigoshop_message{border:1px solid;margin:10px 0;padding:10px 10px 0px 32px;background-repeat:no-repeat;background-position:0px center;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:hidden;zoom:1;border:none !important;background:#e6f5d7;line-height:1.25em;width:93%}
div.jigoshop_error a.button,div.jigoshop_message a.button{margin-top:-10px !important;float:right}
div.jigoshop_error{color:#D8000C;background-color:#ffd4d4;background-image:url('../../themes/Parallax%20Theme/images/error.gif');background-repeat:no-repeat;background-position:10px center}
div.jigoshop_message{color:#4F8A10;background-color:#DFF2BF;background-image:url('../../themes/Parallax%20Theme/images/success.gif');background-repeat:no-repeat;background-position:10px center;}
p small{color:#999}
p.demo_store{position:fixed;top:0;left:50%;width:450px;margin-left:-225px;font-size:12px;text-align:center;background:#f7f5c6;background:-webkit-gradient(linear,left top,left bottom,from( #f7f5c6),to( #eeeac1));background:-webkit-linear-gradient( #f7f5c6, #eeeac1);background:-moz-linear-gradient(center top, #f7f5c6 0, #eeeac1 100%);background:-moz-gradient(center top, #f7f5c6 0, #eeeac1 100%);padding:8px 0;border:1px solid #EEEAC1;color:#747165;z-index:999999;box-shadow:inset 0 0 0 3px rgba(255,255,255,.3);-webkit-box-shadow:inset 0 0 0 3px rgba(255,255,255,.3);-moz-box-shadow:inset 0 0 0 3px rgba(255,255,255,.3)}
small.note{display:block;color:#999;font-size:11px;line-height:21px;margin-top:10px}
#breadcrumb{overflow:hidden;zoom:1;margin:0 0 1em!important;padding:0;font-size:.92em;color:#999!important;display:none}
#breadcrumb a{color:#999!important}div.product{position:relative}div.product .product_title{clear:none;margin:0}
div.product p.price{font-size:1.3em;color: #fff !important;background: #7fa92d;padding:3px;position: relative;border-radius: 3px;float:left;margin-top: 5px;padding-left: 7px;padding-right: 7px;}div.product p.price del{font-size:14px;color:#ccc}
div.product p.stock{font-size:.92em;float:left;padding:2px 0 0 0;}
#post-721 p.stock {margin-top:0px}
div.product div.images{float:left;width:414px;margin-bottom:10px;position:relative}
div.product div.images img{border:1px solid #ddd;background:#f5f5f5;padding:6px;display:block}
div.product div.images div.thumbnails{padding-top:10px;overflow:hidden;zoom:1}
div.product div.images div.thumbnails a{margin-right:10px;margin-bottom:10px;float:left}
div.product div.images div.thumbnails a img{padding:3px}
div.product div.images div.thumbnails a.last{margin-right:0}
div.product div.images div.thumbnails a.first{clear:both}
div.product div.summary{float:right;width:300px}
div.product div.summary{width:375px;margin-right:50px}div.product div.summary p{clear:both;}
#post-727 div.summary {margin-right:0px}
div.product div.images a{display:block;margin-bottom:24px;}
div.product div.images a img{height:auto;padding:0;border:0;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:6px;background:url(../images/body.png);box-shadow:inset 0 0 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow:inset 0 0 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 0 2px 0 rgba(0, 0, 0, 0.1);border:1px solid #cccccc;}
div.product div.images div.thumbnails{margin-bottom:24px;}
div.product div.images div.thumbnails a{display:block;margin-right:5%;width:21%;}
div.product div.images div.thumbnails a img{padding:0;border:0;width:100% !important;height:auto !important;}
div.product div.images div.thumbnails a.last{margin-right:0;}
div.product div.social{text-align:right;margin:0 0 1em}
div.product div.social span{margin:0 0 0 2px}
div.product div.social span span{margin:0}
div.product div.social span .stButton .chicklets{padding-left:16px;width:0}
div.product div.social iframe{float:left;margin-top:3px}
div.product div.product_meta,div.product div.variations_button{clear:left}
div.product #tabs{clear:both;padding:1em 0 0 0;margin:0 0 1em 0;width:98%}
div.product #tabs ul.tabs{-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;border-top-left-radius:3px;border-top-right-radius:3px;background:#ddd;overflow:hidden;zoom:1;margin:0!important;padding:4px 4px 0;list-style:none outside!important}
div.product #tabs ul.tabs li{float:left;margin:0 4px 0 0;font-size:.92em}
div.product #tabs ul.tabs a{float:left;padding:6px 12px;background:#eee;text-decoration:none;-webkit-border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;border-top-left-radius:2px;border-top-right-radius:2px}div.product #tabs ul.tabs li.active a{background:#fff;color:#555}
div.product #tabs .panel{border:1px solid #ddd;border-top:0;padding:15px 15px 0;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}
.stock{color:green;float:left}.out-of-stock{color:red}p.cart{float:right}
form.cart{margin-bottom:24px;float:left;width:50%;clear:both}
#post-721 form.cart{margin-top:0px}
#post-1218 form.cart{width:100%;margin-top: -25px;margin-bottom: 40px;}
#post-1218 .button-alt {margin:5px 0 0 5px !important;position:absolute}
form.cart div.quantity{float:left;margin:0 4px 0 0}
form.cart table{font-size:12px;border-width:0 0 1px 0!important}
form.cart table td{padding:6px 4px 6px 0!important;border-bottom:1px #ccc dotted}
form.cart table div.quantity{float:none;margin:0;width:72px}
form.cart table small.stock{display:block;float:none;background:rgb(247, 238, 206);text-align:center}
form.cart .variations label{font-weight:700}
form.cart .variations select{width:100%;float:left}
form.cart .button{vertical-align:middle;float:left;margin:2px 0!important}
span.onsale{background:green;color:#fff;min-height:32px;min-width:32px;padding:4px;font-size:12px;position:absolute;text-align:center;line-height:32px;top:0;left:-15px;margin:-6px 0 0 0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}
.products ul,ul.products{margin:-100px 0 14px!important;padding:0!important;list-style:none;float:right;width:175px;}
.products{clear:both}.products li{float:left;margin:0 10px 20px 0;padding:0!important;position:relative;width:170px;list-style-type: none}
.products li .onsale{top:0;right:0;left:auto;margin:-6px -6px 0 0}
.products li a{text-decoration:none}
.products li a img{width:150px!important;height:150px!important;display:none;margin:0 0 8px!important;border:1px solid #ddd}
.products li a:hover img{border:1px solid #bbb}
.products li strong{color:#555;display:block}
.products li .price{color:green;display:block;font-weight:400;float:right;text-align:right}
.products li .price del{font-size:10px;line-height:10px;margin:-2px 0 0 0;display:block;color:#ccc}
.products li .price .from{font-size:10px;line-height:10px;margin:-2px 0 0 0;display:block;color:#ccc}
.products li.first{clear:both}.products li.last{margin-right:0}
table.shop_attributes{border:0!important;border-top:1px dotted #ccc!important}
table.shop_attributes th{width:150px;font-weight:700;padding:8px;color:#000!important;border-bottom:1px dotted #ccc;margin:0!important;line-height:1.5em}
table.shop_attributes td{font-style:italic;padding:0!important;border-bottom:1px dotted #ccc;margin:0!important;line-height:1.5em}
table.shop_attributes td p{margin:0!important;padding:8px}
table.shop_attributes .alt td,table.shop_attributes .alt th{background:#f9f9f9}
.cart .button,.cart input.button{float:left}
.button-alt:hover{background:#0588b5}
.button-alt{color:#fff!important;background:#069bcd;padding:6px;line-height:1em!important;margin:4px 2px 0 0;float:left;font-size:12px!important;width:auto!important;vertical-align:middle!important;text-align:center;text-decoration:none;border:0;cursor:pointer;font-family:inherit;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
#reviews h2 small{float:right;color:#999;font-size:15px;line-height:21px;margin:10px 0 0 0}
#reviews h2 small a{text-decoration:none;color:#999}#reviews h3{margin:0}#reviews #respond{margin:0;border:0;padding:0}#reviews #comment{height:75px}
#reviews #comments .add_review{overflow:hidden;zoom:1}#reviews #comments h2{clear:none}#reviews #comments ol.commentlist{overflow:hidden;zoom:1;margin:0!important}
#reviews #comments ol.commentlist li{padding:00;margin:0 0 20px;border:0;position:relative}
#reviews #comments ol.commentlist li .meta{color:#999;font-size:.75em}
#reviews #comments ol.commentlist li img{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;border:1px solid #ddd;background:#fff;margin:0;line-height:1}
#reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:11px 11px 0}
#reviews #comments ol.commentlist li .comment-text p{margin:0 0 11px}
#reviews #comments ol.commentlist li .comment-text p.meta{font-size:.86em}
.star-rating{float:right;width:80px;height:16px;background:url(../../themes/Parallax%20Theme/images/star.png) repeat-x left 0}
.star-rating span{background:url(../../themes/Parallax%20Theme/images/star.png) repeat-x left -32px;height:0;padding-top:16px;overflow:hidden;float:left}
.hreview-aggregate .star-rating{margin:10px 0 0 0}
#review_form #respond{overflow:hidden;zoom:1;border:1px solid #E7E7E7;margin:0!important;padding:10px 20px 20px;width:auto}
#review_form #respond p{margin:0 0 10px!important}p.stars{overflow:hidden;zoom:1}
p.stars span{width:80px;height:16px;position:relative;float:left;background:url(../../themes/Parallax%20Theme/images/star.png) repeat-x left 0}
p.stars span a{float:left;position:absolute;left:0;top:0;width:16px;height:0;padding-top:16px;overflow:hidden}
p.stars span a:hover,p.stars span a:focus{background:url(../../themes/Parallax%20Theme/images/star.png) repeat-x left -16px}
p.stars span a.active{background:url(../../themes/Parallax%20Theme/images/star.png) repeat-x left -32px}
p.stars span a.star-1{width:16px;z-index:10}p.stars span a.star-2{width:32px;z-index:9}
p.stars span a.star-3{width:48px;z-index:8}p.stars span a.star-4{width:64px;z-index:7}
p.stars span a.star-5{width:80px;z-index:6}
table.shop_table{border:1px solid #E7E7E7;margin:0 -1px 24px 38px;text-align:left;width:92%;border-collapse:separate;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
table.shop_table th{color:#888;font-size:12px;font-weight:700;line-height:18px;padding:9px 12px!important}
table.shop_table td{border-top:1px solid #E7E7E7;padding:6px 12px!important;vertical-align:middle}
table.shop_table td a.button{margin:0 3px}
table.shop_table tfoot td{font-weight:700}table.my_account_orders{font-size:.85em}
table.my_account_orders th,table.my_account_orders td{padding:4px 8px!important;vertical-align:top}
table.my_account_orders .button{white-space:nowrap;margin:4px 0}
ul.cart_list,ul.product_list_widget{list-style:none outside!important;padding:0!important;margin:0!important}
ul.cart_list li,ul.product_list_widget li{padding:4px 0!important;margin:0!important;overflow:hidden;zoom:1}
ul.cart_list li a,ul.product_list_widget li a{display:block;font-weight:700}
ul.cart_list li img,ul.product_list_widget li img{float:left;margin-right:4px;border:1px solid #ddd}
.jigoshop_cart .total{border-top:3px double #ddd;padding:4px 0 4px;margin:0!important}
.jigoshop_cart .total strong{min-width:40px;display:inline-block}
.jigoshop_cart .buttons{overflow:hidden;zoom:1}
a.remove{display:block;height:16px;width:16px;text-indent:-9999px;background:url(../../themes/Parallax%20Theme/images/remove.png) #ccc}
a.remove:hover{background-color:#f93}.cart th,.cart td{vertical-align:middle}td.actions{text-align:right}
td.actions .coupon{float:left}td.actions .coupon label{display:none}
td.actions .coupon .input-text{width:80px!important;float:left;margin:1px 6px 0 0!important}
td.actions {margin:2px 0 0 6px}td.product-name dl.variation{margin:0}
td.product-name dl.variation dt{font-weight:700;display:inline-block;margin:0 4px 0 0;padding:0}
td.product-name dl.variation dd{display:inline;margin:0 12px 0 0;padding:0}
td.quantity,.jigoshop #content div.quantity{min-width:80px}
.quantity{overflow:hidden;zoom:1;position:relative;width:57px !important;margin-right:12px !important;min-width:inherit;}
.quantity input.input-text{float:left;width:18px;padding:7px 9px;-webkit-border-top-right-radius:0px;-webkit-border-bottom-right-radius:0px;-moz-border-radius-topright:0px;-moz-border-radius-bottomright:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border:1px solid #bbbbbb;box-shadow:inset 0 0 3px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:inset 0 0 3px 0 rgba(0, 0, 0, 0.2);-moz-box-shadow:inset 0 0 3px 0 rgba(0, 0, 0, 0.2);}
.quantity input.plus,.quantity input.minus{width:20px;padding:0;border:1px solid #bbbbbb;background:#ffffff;background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));background:-webkit-linear-gradient(#ffffff, #eeeeee);background:-moz-linear-gradient(center top, #ffffff 0%, #eeeeee 100%);background:-moz-gradient(center top, #ffffff 0%, #eeeeee 100%);box-shadow:inset 0 0 0 1px #ffffff;-webkit-box-shadow:inset 0 0 0 1px #ffffff;-moz-box-shadow:inset 0 0 0 1px #ffffff;color:#888888 !important;font-size:12px;height:16px !important;}
.quantity input.plus:hover,.quantity input.minus:hover{background:#fff;}
.quantity input.plus{-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;-moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;position:absolute;top:0;right:0;}
.quantity input.minus{-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;border-top-left-radius:0px;border-top-right-radius:0px;-webkit-border-top-left-radius:0px;-webkit-border-bottom-left-radius:0px;-moz-border-radius-topleft:0px;-moz-border-radius-bottomleft:0px;border-top-left-radius:0px;border-bottom-left-radius:0px;position:absolute;bottom:0;right:0;}
a.button,button.button,input.button,#review_form #submit,.button-alt{color:#666666 !important;background:#ffffff;background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));background:-webkit-linear-gradient(#ffffff, #e6e6e6);background:-moz-linear-gradient(center top, #ffffff 0%, #e6e6e6 100%);background:-moz-gradient(center top, #ffffff 0%, #e6e6e6 100%);-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2),inset 0 0 0 1px rgba(255, 255, 255, 0.25);-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2),inset 0 0 0 1px rgba(255, 255, 255, 0.25);box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2),inset 0 0 0 1px rgba(255, 255, 255, 0.25);border:1px solid #aaaaaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-weight:bold;float:none;display:inline-block;padding:6px 12px 7px;text-shadow:0 1px 0 #ffffff;margin-top:0 !important;font-size:0.8571em !important;}
a.button:hover,button.button:hover,input.button:hover,#review_form #submit:hover{background:#ffffff;background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));background:-webkit-linear-gradient(#ffffff, #eeeeee);background:-moz-linear-gradient(center top, #ffffff 0%, #eeeeee 100%);background:-moz-gradient(center top, #ffffff 0%, #eeeeee 100%);text-decoration:none;}
a.button.checkout,.button-alt{background:#93d4ff;background:-webkit-gradient(linear, left top, left bottom, from(#93d4ff), to(#71b2f4));background:-webkit-linear-gradient(#93d4ff, #71b2f4);background:-moz-linear-gradient(center top, #93d4ff 0%, #71b2f4 100%);background:-moz-gradient(center top, #93d4ff 0%, #71b2f4 100%);border:1px solid #4f90d2;color:#0b4c8e !important;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}
#payment input#place_order{border-bottom-width:3px;}
#payment input#place_order:active{position:relative;border-bottom-width:1px;top:2px;}
a.button.checkout:hover,.button-alt:hover{background:#a4e5ff;background:-webkit-gradient(linear, left top, left bottom, from(#a4e5ff), to(#71b2f4));background:-webkit-linear-gradient(#a4e5ff, #71b2f4);background:-moz-linear-gradient(center top, #a4e5ff 0%, #71b2f4 100%);background:-moz-gradient(center top, #a4e5ff 0%, #71b2f4 100%);}
.no-js .basketpopup{display:none;}
.cart input{margin:0 0 0 5px !important;vertical-align:middle;line-height:1em!important}
.col2-set{overflow:hidden;zoom:1;width:100%}.col2-set .col-1{float:left;width:47%}
.col2-set .col-2{float:right;width:47%}.cart-collaterals{overflow:hidden;zoom:1;width:100%}
.cart-collaterals .related{width:310px;float:left}.cart-collaterals .cross-sells{width:314px;float:left}
.cart-collaterals .shipping_calculator{float:left;width:450px;text-align:right;overflow:hidden;zoom:1;margin: -20px 0 0 50px}
.cart-collaterals .shipping_calculator .button{width:225px!important;float:none!important;display:block}
.cart-collaterals .shipping_calculator .col2-set .col-1,.cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}
.cart-collaterals .cart_totals{float:right;width:225px;text-align:right;margin-right:20px}.cart-collaterals .cart_totals h2{float:none}
.cart-collaterals .cart_totals p{margin:0!important}
.cart-collaterals .cart_totals table{border-collapse:separate;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin:0 0 6px!important;padding:0}
.cart-collaterals .cart_totals table tr:first-child th,.cart-collaterals .cart_totals table tr:first-child td{border-top:0!important}
.cart-collaterals .cart_totals table td,.cart-collaterals .cart_totals table th{padding:6px 12px!important}
.cart-collaterals .cart_totals table small{display:block;color:#999}.cart-collaterals .cart_totals .discount td{color:green}
.cart-collaterals .cart_totals tr td,.cart-collaterals .cart_totals tr th{border-top:1px solid #E7E7E7;padding:6px 24px}
.cart-collaterals .cart_totals a.button-alt{width:193px;display:block;font-size:.92em}
.cart_totals h2 {margin-left:20px;} .shipping_calculator h2 {line-height:95px;padding:0 0 50px 0;background:url(../../themes/Parallax%20Theme/images/layout/airplane_stamp.png) no-repeat;background-position:right center}
.form-row{overflow:hidden;zoom:1;padding:3px;margin:0 0 6px!important}
.form-row label{display:block}
.form-row label.hidden{visibility:hidden}.form-row select{width:100%;cursor:pointer;margin:0!important}
.form-row .required{color:#c00;font-weight:700}
.form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}
.form-row label.checkbox{display:inline;}
form .form-row input.input-text,#content .form-row input.input-text,form .form-row textarea,#content .form-row textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:inset 0 1px 4px 0 rgba(0,0,0,.1);-webkit-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,.1);border:1px solid #ccc;width:100%;padding:6px;margin:0;outline:0;background:#fff none;font-size:14px;line-height:1em}
form .form-row textarea,#content .form-row textarea{height:3.5em;line-height:1.5em;display:block;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}
form .form-row input.input-text:focus,#content .form-row input.input-text:focus,form .form-row textarea:focus,#content .form-row textarea:focus{box-shadow:inset 0 0 0 3px #faf9dc;-webkit-box-shadow:inset 0 0 0 3px #faf9dc;-moz-box-shadow:inset 0 0 0 3px #faf9dc}
.form-row-first,.form-row-last{float:left;width:47%;overflow:visible}
.form-row-last{float:right}form.login{border:1px solid #ccc;padding:20px;border:1px solid #E7E7E7;margin:20px 0 20px 0;text-align:left;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
#payment{background:#F9F9F9;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
#payment ul.payment_methods{overflow:hidden;zoom:1;text-align:left;padding:1em;border-bottom:1px solid #eee;margin:0!important;list-style:none outside}#payment ul.payment_methods li{line-height:2em;text-align:left;margin:0!important;font-weight:400}
#payment ul.payment_methods li input{margin:0 1em 0 0!important}
#payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;position:relative}
#payment div.form-row{padding:1em;border-top:1px solid #fff}
#payment #place_order{float:right;margin:0;color:black !important
}#payment .terms{padding:0 1em 0!important;text-align:right}
#payment div.payment_box{position:relative;width:96%;background:#f5f5f5;border:1px solid #eee;box-shadow:inset 0 1px 1px rgba(255,255,255,.5) #888;-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,.5) #888;-moz-box-shadow:inset 0 1px 1px rgba(255,255,255,.5) #888;padding:1em 2% 0;margin:1em 0 1em 0;font-size:.92em;display:block;}#payment div.payment_box #cc-expire-month,#payment div.payment_box #cc-expire-year{width:48%;float:left}
#payment div.payment_box #cc-expire-year{float:right}
#payment div.payment_box span.help{font-size:11px;color:#999;line-height:13px;font-weight:400}
#payment div.payment_box p,#payment div.payment_box .form-row{margin:0 0 1em}
#payment div.payment_box:after{content:"";display:block;border:8px solid #eee;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-4px;left:0;margin:-1em 0 0 2em}
div.shipping-address{padding:0;clear:left}#shiptobilling{float:right;line-height:1.62em!important;margin:0!important;padding:0}
#shiptobilling label{font-size:.9875em}.checkout .col-2 h3{float:left;clear:none}.checkout .col-2 .notes{clear:left}.checkout .col-2 .form-row-first{clear:left}
 .checkout .col2-set {border: 1px #ccc solid; border-radius: 6px;padding:5px;width:820px;margin:auto}
 h3#order_review_heading {display:none}div#order_review {margin:10px}
#shiptobilling{margin-top:0 !important;}
.order_details{overflow:hidden;zoom:1;margin:0 0 1.5em;list-style:none}
.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1em;border-right:1px dashed #ccc;padding-right:2em}
.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5em;color:#333}
.order_details li.method{border:0}
.addresses .title{overflow:hidden;zoom:1}.addresses .title h3{float:left}.addresses .title .edit{float:right}
fieldset.variations{border:0}
.single_variation .price{float:left}.single_variation,.stock{clear:left}
 div.selector,div.selector span,div.checker span,div.radio span,div.uploader,div.uploader span.action,div.button,div.button span{background-image:url(../../themes/Parallax%20Theme/images/layout/sprite.png);background-repeat:no-repeat;-webkit-font-smoothing:antialiased;}
.selector,.radio,.checker,.uploader,.button,.selector *,.radio *,.checker *,.uploader *,.button *{margin:0;padding:0;}
input.text,input.email,input.password,textarea.uniform{font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:normal;padding:3px;color:#777;border-top:solid 1px #aaa;border-left:solid 1px #aaa;border-bottom:solid 1px #ccc;border-right:solid 1px #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:0;}
input.text:focus,input.email:focus,input.password:focus,textarea.uniform:focus{-webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.3);-moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.3);box-shadow:0px 0px 4px rgba(0, 0, 0, 0.3);border-color:#999;background:url('../images/bg-input-focus.png') repeat-x 0px 0px;}
div.selector{background-position:-483px -130px;line-height:26px;height:26px;}
div.selector span{background-position:right 0px;height:26px;line-height:26px;}
div.selector select{top:0px;left:0px;}
div.selector:active,div.selector.active{background-position:-483px -156px;}
div.selector:active span,div.selector.active span{background-position:right -26px;}
div.selector.focus,div.selector.hover,div.selector:hover{background-position:-483px -182px;}
div.selector.focus span,div.selector.hover span,div.selector:hover span{background-position:right -52px;}
div.selector.focus:active,div.selector.focus.active,div.selector:hover:active,div.selector.active:hover{background-position:-483px -208px;}
div.selector.focus:active span,div.selector:hover:active span,div.selector.active:hover span,div.selector.focus.active span{background-position:right -78px;}
div.selector.disabled{background-position:-483px -234px;}
div.selector.disabled span{background-position:right -104px;}
div.checker{width:19px;height:19px;}
div.checker input{width:19px;height:19px;}
div.checker span{background-position:0px -260px;height:19px;width:19px;}
div.checker:active span,div.checker.active span{background-position:-19px -260px;}
div.checker.focus span,div.checker:hover span{background-position:-38px -260px;}
div.checker.focus:active span,div.checker:active:hover span,div.checker.active:hover span,div.checker.focus.active span{background-position:-57px -260px;}
div.checker span.checked{background-position:-76px -260px;}
div.checker:active span.checked,div.checker.active span.checked{background-position:-95px -260px;}
div.checker.focus span.checked,div.checker:hover span.checked{background-position:-114px -260px;}
div.checker.focus:active span.checked,div.checker:hover:active span.checked,div.checker.active:hover span.checked,div.checker.active.focus span.checked{background-position:-133px -260px;}
div.checker.disabled span,div.checker.disabled:active span,div.checker.disabled.active span{background-position:-152px -260px;}
div.checker.disabled span.checked,div.checker.disabled:active span.checked,div.checker.disabled.active span.checked{background-position:-171px -260px;}
div.radio{width:18px;height:18px;}
div.radio input{width:18px;height:18px;}
div.radio span{height:18px;width:18px;background-position:0px -279px;}
div.radio:active span,div.radio.active span{background-position:-18px -279px;}
div.radio.focus span,div.radio:hover span{background-position:-36px -279px;}
div.radio.focus:active span,div.radio:active:hover span,div.radio.active:hover span,div.radio.active.focus span{background-position:-54px -279px;}
div.radio span.checked{background-position:-72px -279px;}
div.radio:active span.checked,div.radio.active span.checked{background-position:-90px -279px;}
div.radio.focus span.checked,div.radio:hover span.checked{background-position:-108px -279px;}
div.radio.focus:active span.checked,div.radio:hover:active span.checked,div.radio.focus.active span.checked,div.radio.active:hover span.checked{background-position:-126px -279px;}
div.radio.disabled span,div.radio.disabled:active span,div.radio.disabled.active span{background-position:-144px -279px;}
div.radio.disabled span.checked,div.radio.disabled:active span.checked,div.radio.disabled.active span.checked{background-position:-162px -279px;}
div.uploader{background-position:0px -297px;height:28px;}
div.uploader span.action{background-position:right -409px;height:24px;line-height:24px;}
div.uploader span.filename{height:24px;margin:2px 0px 2px 2px;line-height:24px;}
div.uploader.focus,div.uploader.hover,div.uploader:hover{background-position:0px -353px;}
div.uploader.focus span.action,div.uploader.hover span.action,div.uploader:hover span.action{background-position:right -437px;}
div.uploader.active span.action,div.uploader:active span.action{background-position:right -465px;}
div.uploader.focus.active span.action,div.uploader:focus.active span.action,div.uploader.focus:active span.action,div.uploader:focus:active span.action{background-position:right -493px;}
div.uploader.disabled{background-position:0px -325px;}
div.uploader.disabled span.action{background-position:right -381px;}
div.button{background-position:0px -523px;}
div.button span{background-position:right -643px;}
div.button.focus,div.button:focus,div.button:hover,div.button.hover{background-position:0px -553px;}
div.button.focus span,div.button:focus span,div.button:hover span,div.button.hover span{background-position:right -673px;}
div.button.active,div.button:active{background-position:0px -583px;}
div.button.active span,div.button:active span{background-position:right -703px;color:#555;}
div.button.disabled,div.button:disabled{background-position:0px -613px;}
div.button.disabled span,div.button:disabled span{background-position:right -733px;color:#bbb;cursor:default;}
div.button{height:30px;}
div.button span{margin-left:13px;height:22px;padding-top:8px;font-weight:bold;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;letter-spacing:1px;text-transform:uppercase;padding-left:2px;padding-right:15px;}
div.selector{width:190px;font-size:12px;}
div.selector select{min-width:190px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;border:solid 1px #fff;}
div.selector span{padding:0px 25px 0px 2px;cursor:pointer;}
div.selector span{color:#666;width:158px;text-shadow:0 1px 0 #fff;}
div.selector.disabled span{color:#bbb;}
div.checker{margin-right:5px;}
div.radio{margin-right:3px;}
div.uploader{width:190px;cursor:pointer;}
div.uploader span.action{width:85px;text-align:center;text-shadow:#fff 0px 1px 0px;background-color:#fff;font-size:11px;font-weight:bold;}
div.uploader span.filename{color:#777;width:82px;border-right:solid 1px #bbb;font-size:11px;}
div.uploader input{width:190px;}
div.uploader.disabled span.action{color:#aaa;}
div.uploader.disabled span.filename{border-color:#ddd;color:#aaa;}
.selector,.checker,.button,.radio,.uploader{display:-moz-inline-box;display:inline-block;vertical-align:middle;zoom:1;*display:inline;}
.selector select:focus,.radio input:focus,.checker input:focus,.uploader input:focus{outline:0;}
div.button a,div.button button,div.button input{position:absolute;}
div.button{cursor:pointer;position:relative;}
div.button span{display:-moz-inline-box;display:inline-block;line-height:1;text-align:center;}
div.selector{position:relative;padding-left:10px;overflow:hidden;}
div.selector span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
div.selector select{position:absolute;opacity:0;height:25px;border:none;background:none;}
div.checker{position:relative;}
div.checker span{display:-moz-inline-box;display:inline-block;text-align:center;}
div.checker input{opacity:0;display:inline-block;background:none;}
div.radio{position:relative;}
div.radio span{display:-moz-inline-box;display:inline-block;text-align:center;}
div.radio input{opacity:0;text-align:center;display:inline-block;background:none;}
div.uploader{position:relative;overflow:hidden;cursor:default;}
div.uploader span.action{float:left;display:inline;padding:2px 0px;overflow:hidden;cursor:pointer;}
div.uploader span.filename{padding:0px 10px;float:left;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default;}
div.uploader input{opacity:0;position:absolute;top:0;right:0;bottom:0;float:right;height:25px;border:none;cursor:default;}
div.product{zoom:1;}
th.cart-row-tax-title{display:none}
td.cart-row-tax{display:none}

/* == Misc Store Fixes == */
#post-721, #post-1218, #post-1363, #post-1452, #post-1459, #post-1558 {margin-top: 20px}
#post-721 .images{border: 1px solid #ccc;border-radius:6px}
#post-721 img{margin:0 auto !important;border:0;}
#post-1218 .images{border: 1px solid #ccc;border-radius:6px;}
#post-1218 img{margin:0 auto !important;border:0;}
#post-1363 .images{width:425px;border: 1px solid #ccc;border-radius:6px}
#post-1363 img{margin:0 auto !important;border:0;}
#post-1363 .summary {width:375px; margin-right:35px}
#post-1218 .attachment-450x300 {margin-top:50px !important;}
#post-1452 .images{border: 1px solid #ccc;border-radius:6px;}
#post-1452 img{margin:0 auto !important;border:0;}
#post-1459 .images{width:425px;border: 1px solid #ccc;border-radius:6px}
#post-1459 img{margin:0 auto !important;border:0;}
#post-1459 .summary {width:375px; margin-right:35px}
.panel h2 {margin-left: 0px;}
.checker span {opacity:1}

/* == Site Jump == */

#sitejump {	position:absolute;	margin-left: 530px;	float:right; z-index:1000;background:#E6E3D6;padding:3px;border:1px #ccc dashed}

/* == Miscellaneous= == */

.shipping-calculator-form {display:block !important}

div.product div.images div.thumbnails {
    display: none;
}